home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 22 / AACD 22.iso / AACD / Programming / XMPlayer-library / include / Asm / libraries / xmplayer_lib.i next >
Encoding:
Text File  |  2001-04-17  |  829 b   |  36 lines

  1.     IFND LIBRARIES_XMPLAYER_LIB_I
  2. LIBRARIES_XMPLAYER_LIB_I EQU 1
  3. **
  4. **    $Filename: libraries/xmplayer_lib.i $
  5. **    $Release: 1.0a $
  6. **    $Revision: 1.0a $
  7. **
  8. **    xmplayer.library definitions
  9. **
  10. **    Library coded by CruST / Amnesty^.humbug.
  11. **    Released by .humbug. 17.04.2001
  12. **    
  13. **    Library based on the PS3M source 
  14. **    Copyright (c) Jarno Paananen a.k.a. Guru / S2 1994-96.
  15. **
  16.  
  17.     IFND LIBRARIES_XMPLATER_I
  18.     include "libraries/xmplayer.i"
  19.     ENDC
  20.  
  21.  
  22. ;======================================================================
  23. ; xmplayer.library functions
  24. ;======================================================================
  25.  
  26. _LVOXMPl_Init        =    -30
  27. _LVOXMPl_Play        =    -36
  28. _LVOXMPl_StopPlay    =    -42
  29. _LVOXMPl_PausePlay    =    -48
  30. _LVOXMPl_ContPlay    =    -54
  31. _LVOXMPl_SetPos        =    -60
  32. _LVOXMPl_GetPos        =    -66
  33. _LVOXMPl_DeInit        =    -72
  34.  
  35.    ENDC ; LIBRARIES_XMPLAYER_LIB_I
  36.